3.2.27 \(\int \frac {\sec (e+f x) (a+a \sec (e+f x))^{5/2}}{\sqrt {c-c \sec (e+f x)}} \, dx\) [127]

Optimal. Leaf size=141 \[ \frac {4 a^3 \log (1-\sec (e+f x)) \tan (e+f x)}{f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}+\frac {2 a^2 \sqrt {a+a \sec (e+f x)} \tan (e+f x)}{f \sqrt {c-c \sec (e+f x)}}+\frac {a (a+a \sec (e+f x))^{3/2} \tan (e+f x)}{2 f \sqrt {c-c \sec (e+f x)}} \]

[Out]

1/2*a*(a+a*sec(f*x+e))^(3/2)*tan(f*x+e)/f/(c-c*sec(f*x+e))^(1/2)+4*a^3*ln(1-sec(f*x+e))*tan(f*x+e)/f/(a+a*sec(
f*x+e))^(1/2)/(c-c*sec(f*x+e))^(1/2)+2*a^2*(a+a*sec(f*x+e))^(1/2)*tan(f*x+e)/f/(c-c*sec(f*x+e))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.27, antiderivative size = 141, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 36, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.056, Rules used = {4040, 4037} \begin {gather*} \frac {4 a^3 \tan (e+f x) \log (1-\sec (e+f x))}{f \sqrt {a \sec (e+f x)+a} \sqrt {c-c \sec (e+f x)}}+\frac {2 a^2 \tan (e+f x) \sqrt {a \sec (e+f x)+a}}{f \sqrt {c-c \sec (e+f x)}}+\frac {a \tan (e+f x) (a \sec (e+f x)+a)^{3/2}}{2 f \sqrt {c-c \sec (e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(Sec[e + f*x]*(a + a*Sec[e + f*x])^(5/2))/Sqrt[c - c*Sec[e + f*x]],x]

[Out]

(4*a^3*Log[1 - Sec[e + f*x]]*Tan[e + f*x])/(f*Sqrt[a + a*Sec[e + f*x]]*Sqrt[c - c*Sec[e + f*x]]) + (2*a^2*Sqrt
[a + a*Sec[e + f*x]]*Tan[e + f*x])/(f*Sqrt[c - c*Sec[e + f*x]]) + (a*(a + a*Sec[e + f*x])^(3/2)*Tan[e + f*x])/
(2*f*Sqrt[c - c*Sec[e + f*x]])

Rule 4037

Int[(csc[(e_.) + (f_.)*(x_)]*Sqrt[csc[(e_.) + (f_.)*(x_)]*(d_.) + (c_)])/Sqrt[csc[(e_.) + (f_.)*(x_)]*(b_.) +
(a_)], x_Symbol] :> Simp[a*c*Log[1 + (b/a)*Csc[e + f*x]]*(Cot[e + f*x]/(b*f*Sqrt[a + b*Csc[e + f*x]]*Sqrt[c +
d*Csc[e + f*x]])), x] /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0]

Rule 4040

Int[csc[(e_.) + (f_.)*(x_)]*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_.)*(csc[(e_.) + (f_.)*(x_)]*(d_.) + (c_)
)^(n_), x_Symbol] :> Simp[(-d)*Cot[e + f*x]*(a + b*Csc[e + f*x])^m*((c + d*Csc[e + f*x])^(n - 1)/(f*(m + n))),
 x] + Dist[c*((2*n - 1)/(m + n)), Int[Csc[e + f*x]*(a + b*Csc[e + f*x])^m*(c + d*Csc[e + f*x])^(n - 1), x], x]
 /; FreeQ[{a, b, c, d, e, f, m}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && IGtQ[n - 1/2, 0] &&  !LtQ[m,
-2^(-1)] &&  !(IGtQ[m - 1/2, 0] && LtQ[m, n])

Rubi steps

\begin {align*} \int \frac {\sec (e+f x) (a+a \sec (e+f x))^{5/2}}{\sqrt {c-c \sec (e+f x)}} \, dx &=\frac {a (a+a \sec (e+f x))^{3/2} \tan (e+f x)}{2 f \sqrt {c-c \sec (e+f x)}}+(2 a) \int \frac {\sec (e+f x) (a+a \sec (e+f x))^{3/2}}{\sqrt {c-c \sec (e+f x)}} \, dx\\ &=\frac {2 a^2 \sqrt {a+a \sec (e+f x)} \tan (e+f x)}{f \sqrt {c-c \sec (e+f x)}}+\frac {a (a+a \sec (e+f x))^{3/2} \tan (e+f x)}{2 f \sqrt {c-c \sec (e+f x)}}+\left (4 a^2\right ) \int \frac {\sec (e+f x) \sqrt {a+a \sec (e+f x)}}{\sqrt {c-c \sec (e+f x)}} \, dx\\ &=\frac {4 a^3 \log (1-\sec (e+f x)) \tan (e+f x)}{f \sqrt {a+a \sec (e+f x)} \sqrt {c-c \sec (e+f x)}}+\frac {2 a^2 \sqrt {a+a \sec (e+f x)} \tan (e+f x)}{f \sqrt {c-c \sec (e+f x)}}+\frac {a (a+a \sec (e+f x))^{3/2} \tan (e+f x)}{2 f \sqrt {c-c \sec (e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains complex when optimal does not.
time = 6.61, size = 328, normalized size = 2.33 \begin {gather*} \frac {4 \sqrt {2} e^{\frac {1}{2} i (e+f x)} \sqrt {\frac {\left (1+e^{i (e+f x)}\right )^2}{1+e^{2 i (e+f x)}}} \left (2 \log \left (1-e^{i (e+f x)}\right )-\log \left (1+e^{2 i (e+f x)}\right )\right ) \sqrt {\sec (e+f x)} (a (1+\sec (e+f x)))^{5/2} \sin \left (\frac {e}{2}+\frac {f x}{2}\right )}{\left (1+e^{i (e+f x)}\right ) \sqrt {\frac {e^{i (e+f x)}}{1+e^{2 i (e+f x)}}} f (1+\sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}}+\frac {\sec (e+f x) \sqrt {(1+\cos (e+f x)) \sec (e+f x)} (a (1+\sec (e+f x)))^{5/2} \left (\frac {5 \sec \left (\frac {e}{2}+\frac {f x}{2}\right )}{2 f}+\frac {\cos \left (\frac {e}{2}+\frac {f x}{2}\right ) \sec (e+f x)}{f}\right ) \sin \left (\frac {e}{2}+\frac {f x}{2}\right )}{(1+\sec (e+f x))^{5/2} \sqrt {c-c \sec (e+f x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(Sec[e + f*x]*(a + a*Sec[e + f*x])^(5/2))/Sqrt[c - c*Sec[e + f*x]],x]

[Out]

(4*Sqrt[2]*E^((I/2)*(e + f*x))*Sqrt[(1 + E^(I*(e + f*x)))^2/(1 + E^((2*I)*(e + f*x)))]*(2*Log[1 - E^(I*(e + f*
x))] - Log[1 + E^((2*I)*(e + f*x))])*Sqrt[Sec[e + f*x]]*(a*(1 + Sec[e + f*x]))^(5/2)*Sin[e/2 + (f*x)/2])/((1 +
 E^(I*(e + f*x)))*Sqrt[E^(I*(e + f*x))/(1 + E^((2*I)*(e + f*x)))]*f*(1 + Sec[e + f*x])^(5/2)*Sqrt[c - c*Sec[e
+ f*x]]) + (Sec[e + f*x]*Sqrt[(1 + Cos[e + f*x])*Sec[e + f*x]]*(a*(1 + Sec[e + f*x]))^(5/2)*((5*Sec[e/2 + (f*x
)/2])/(2*f) + (Cos[e/2 + (f*x)/2]*Sec[e + f*x])/f)*Sin[e/2 + (f*x)/2])/((1 + Sec[e + f*x])^(5/2)*Sqrt[c - c*Se
c[e + f*x]])

________________________________________________________________________________________

Maple [A]
time = 2.84, size = 189, normalized size = 1.34

method result size
default \(\frac {\left (8 \ln \left (-\frac {-1+\cos \left (f x +e \right )-\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right ) \left (\cos ^{2}\left (f x +e \right )\right )-16 \left (\cos ^{2}\left (f x +e \right )\right ) \ln \left (-\frac {-1+\cos \left (f x +e \right )}{\sin \left (f x +e \right )}\right )+8 \left (\cos ^{2}\left (f x +e \right )\right ) \ln \left (-\frac {\cos \left (f x +e \right )-1+\sin \left (f x +e \right )}{\sin \left (f x +e \right )}\right )-5 \left (\cos ^{2}\left (f x +e \right )\right )-6 \cos \left (f x +e \right )-1\right ) \sqrt {\frac {a \left (\cos \left (f x +e \right )+1\right )}{\cos \left (f x +e \right )}}\, \sqrt {\frac {c \left (-1+\cos \left (f x +e \right )\right )}{\cos \left (f x +e \right )}}\, a^{2}}{2 f \sin \left (f x +e \right ) \cos \left (f x +e \right ) c}\) \(189\)
risch \(-\frac {2 i a^{2} \sqrt {\frac {a \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )^{2}}{{\mathrm e}^{2 i \left (f x +e \right )}+1}}\, \left (3 \,{\mathrm e}^{2 i \left (f x +e \right )}+{\mathrm e}^{i \left (f x +e \right )}+3\right ) \left ({\mathrm e}^{2 i \left (f x +e \right )}-{\mathrm e}^{i \left (f x +e \right )}\right )}{\left ({\mathrm e}^{i \left (f x +e \right )}+1\right ) \sqrt {\frac {c \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )^{2}}{{\mathrm e}^{2 i \left (f x +e \right )}+1}}\, f \left ({\mathrm e}^{2 i \left (f x +e \right )}+1\right )^{2}}-\frac {8 i a^{2} \sqrt {\frac {a \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )^{2}}{{\mathrm e}^{2 i \left (f x +e \right )}+1}}\, \left ({\mathrm e}^{i \left (f x +e \right )}-1\right ) \ln \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )}{\left ({\mathrm e}^{i \left (f x +e \right )}+1\right ) \sqrt {\frac {c \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )^{2}}{{\mathrm e}^{2 i \left (f x +e \right )}+1}}\, f}+\frac {4 i a^{2} \sqrt {\frac {a \left ({\mathrm e}^{i \left (f x +e \right )}+1\right )^{2}}{{\mathrm e}^{2 i \left (f x +e \right )}+1}}\, \left ({\mathrm e}^{i \left (f x +e \right )}-1\right ) \ln \left ({\mathrm e}^{2 i \left (f x +e \right )}+1\right )}{\left ({\mathrm e}^{i \left (f x +e \right )}+1\right ) \sqrt {\frac {c \left ({\mathrm e}^{i \left (f x +e \right )}-1\right )^{2}}{{\mathrm e}^{2 i \left (f x +e \right )}+1}}\, f}\) \(350\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(f*x+e)*(a+a*sec(f*x+e))^(5/2)/(c-c*sec(f*x+e))^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/2/f*(8*ln(-(-1+cos(f*x+e)-sin(f*x+e))/sin(f*x+e))*cos(f*x+e)^2-16*cos(f*x+e)^2*ln(-(-1+cos(f*x+e))/sin(f*x+e
))+8*cos(f*x+e)^2*ln(-(cos(f*x+e)-1+sin(f*x+e))/sin(f*x+e))-5*cos(f*x+e)^2-6*cos(f*x+e)-1)*(a*(cos(f*x+e)+1)/c
os(f*x+e))^(1/2)*(c*(-1+cos(f*x+e))/cos(f*x+e))^(1/2)/sin(f*x+e)/cos(f*x+e)/c*a^2

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 791 vs. \(2 (137) = 274\).
time = 0.59, size = 791, normalized size = 5.61 \begin {gather*} -\frac {2 \, {\left (a^{2} \cos \left (2 \, f x + 2 \, e\right ) \sin \left (4 \, f x + 4 \, e\right ) - a^{2} \cos \left (4 \, f x + 4 \, e\right ) \sin \left (2 \, f x + 2 \, e\right ) - a^{2} \sin \left (2 \, f x + 2 \, e\right ) + 2 \, {\left (a^{2} \cos \left (4 \, f x + 4 \, e\right )^{2} + 4 \, a^{2} \cos \left (2 \, f x + 2 \, e\right )^{2} + a^{2} \sin \left (4 \, f x + 4 \, e\right )^{2} + 4 \, a^{2} \sin \left (4 \, f x + 4 \, e\right ) \sin \left (2 \, f x + 2 \, e\right ) + 4 \, a^{2} \sin \left (2 \, f x + 2 \, e\right )^{2} + 4 \, a^{2} \cos \left (2 \, f x + 2 \, e\right ) + a^{2} + 2 \, {\left (2 \, a^{2} \cos \left (2 \, f x + 2 \, e\right ) + a^{2}\right )} \cos \left (4 \, f x + 4 \, e\right )\right )} \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right ) + 1\right ) - 4 \, {\left (a^{2} \cos \left (4 \, f x + 4 \, e\right )^{2} + 4 \, a^{2} \cos \left (2 \, f x + 2 \, e\right )^{2} + a^{2} \sin \left (4 \, f x + 4 \, e\right )^{2} + 4 \, a^{2} \sin \left (4 \, f x + 4 \, e\right ) \sin \left (2 \, f x + 2 \, e\right ) + 4 \, a^{2} \sin \left (2 \, f x + 2 \, e\right )^{2} + 4 \, a^{2} \cos \left (2 \, f x + 2 \, e\right ) + a^{2} + 2 \, {\left (2 \, a^{2} \cos \left (2 \, f x + 2 \, e\right ) + a^{2}\right )} \cos \left (4 \, f x + 4 \, e\right )\right )} \arctan \left (\sin \left (\frac {1}{2} \, \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right )\right )\right ), \cos \left (\frac {1}{2} \, \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right )\right )\right ) - 1\right ) + 3 \, {\left (a^{2} \sin \left (4 \, f x + 4 \, e\right ) + 2 \, a^{2} \sin \left (2 \, f x + 2 \, e\right )\right )} \cos \left (\frac {3}{2} \, \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right )\right )\right ) + 3 \, {\left (a^{2} \sin \left (4 \, f x + 4 \, e\right ) + 2 \, a^{2} \sin \left (2 \, f x + 2 \, e\right )\right )} \cos \left (\frac {1}{2} \, \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right )\right )\right ) - 3 \, {\left (a^{2} \cos \left (4 \, f x + 4 \, e\right ) + 2 \, a^{2} \cos \left (2 \, f x + 2 \, e\right ) + a^{2}\right )} \sin \left (\frac {3}{2} \, \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right )\right )\right ) - 3 \, {\left (a^{2} \cos \left (4 \, f x + 4 \, e\right ) + 2 \, a^{2} \cos \left (2 \, f x + 2 \, e\right ) + a^{2}\right )} \sin \left (\frac {1}{2} \, \arctan \left (\sin \left (2 \, f x + 2 \, e\right ), \cos \left (2 \, f x + 2 \, e\right )\right )\right )\right )} \sqrt {a} \sqrt {c}}{{\left (c \cos \left (4 \, f x + 4 \, e\right )^{2} + 4 \, c \cos \left (2 \, f x + 2 \, e\right )^{2} + c \sin \left (4 \, f x + 4 \, e\right )^{2} + 4 \, c \sin \left (4 \, f x + 4 \, e\right ) \sin \left (2 \, f x + 2 \, e\right ) + 4 \, c \sin \left (2 \, f x + 2 \, e\right )^{2} + 2 \, {\left (2 \, c \cos \left (2 \, f x + 2 \, e\right ) + c\right )} \cos \left (4 \, f x + 4 \, e\right ) + 4 \, c \cos \left (2 \, f x + 2 \, e\right ) + c\right )} f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))^(5/2)/(c-c*sec(f*x+e))^(1/2),x, algorithm="maxima")

[Out]

-2*(a^2*cos(2*f*x + 2*e)*sin(4*f*x + 4*e) - a^2*cos(4*f*x + 4*e)*sin(2*f*x + 2*e) - a^2*sin(2*f*x + 2*e) + 2*(
a^2*cos(4*f*x + 4*e)^2 + 4*a^2*cos(2*f*x + 2*e)^2 + a^2*sin(4*f*x + 4*e)^2 + 4*a^2*sin(4*f*x + 4*e)*sin(2*f*x
+ 2*e) + 4*a^2*sin(2*f*x + 2*e)^2 + 4*a^2*cos(2*f*x + 2*e) + a^2 + 2*(2*a^2*cos(2*f*x + 2*e) + a^2)*cos(4*f*x
+ 4*e))*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e) + 1) - 4*(a^2*cos(4*f*x + 4*e)^2 + 4*a^2*cos(2*f*x + 2*e)^2
 + a^2*sin(4*f*x + 4*e)^2 + 4*a^2*sin(4*f*x + 4*e)*sin(2*f*x + 2*e) + 4*a^2*sin(2*f*x + 2*e)^2 + 4*a^2*cos(2*f
*x + 2*e) + a^2 + 2*(2*a^2*cos(2*f*x + 2*e) + a^2)*cos(4*f*x + 4*e))*arctan2(sin(1/2*arctan2(sin(2*f*x + 2*e),
 cos(2*f*x + 2*e))), cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) - 1) + 3*(a^2*sin(4*f*x + 4*e) + 2*a
^2*sin(2*f*x + 2*e))*cos(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) + 3*(a^2*sin(4*f*x + 4*e) + 2*a^2*si
n(2*f*x + 2*e))*cos(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) - 3*(a^2*cos(4*f*x + 4*e) + 2*a^2*cos(2*f
*x + 2*e) + a^2)*sin(3/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))) - 3*(a^2*cos(4*f*x + 4*e) + 2*a^2*cos(2*
f*x + 2*e) + a^2)*sin(1/2*arctan2(sin(2*f*x + 2*e), cos(2*f*x + 2*e))))*sqrt(a)*sqrt(c)/((c*cos(4*f*x + 4*e)^2
 + 4*c*cos(2*f*x + 2*e)^2 + c*sin(4*f*x + 4*e)^2 + 4*c*sin(4*f*x + 4*e)*sin(2*f*x + 2*e) + 4*c*sin(2*f*x + 2*e
)^2 + 2*(2*c*cos(2*f*x + 2*e) + c)*cos(4*f*x + 4*e) + 4*c*cos(2*f*x + 2*e) + c)*f)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))^(5/2)/(c-c*sec(f*x+e))^(1/2),x, algorithm="fricas")

[Out]

integral(-(a^2*sec(f*x + e)^3 + 2*a^2*sec(f*x + e)^2 + a^2*sec(f*x + e))*sqrt(a*sec(f*x + e) + a)*sqrt(-c*sec(
f*x + e) + c)/(c*sec(f*x + e) - c), x)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))**(5/2)/(c-c*sec(f*x+e))**(1/2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 4370 deep

________________________________________________________________________________________

Giac [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))^(5/2)/(c-c*sec(f*x+e))^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Warning, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Ch
eck [abs(co

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (a+\frac {a}{\cos \left (e+f\,x\right )}\right )}^{5/2}}{\cos \left (e+f\,x\right )\,\sqrt {c-\frac {c}{\cos \left (e+f\,x\right )}}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + a/cos(e + f*x))^(5/2)/(cos(e + f*x)*(c - c/cos(e + f*x))^(1/2)),x)

[Out]

int((a + a/cos(e + f*x))^(5/2)/(cos(e + f*x)*(c - c/cos(e + f*x))^(1/2)), x)

________________________________________________________________________________________